home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / convert / history next >
Text File  |  1995-03-09  |  4KB  |  103 lines

  1. "Convert" history:
  2.  
  3.  
  4. 19/04/92: version 1.0
  5.   full functionality,
  6.   not released.
  7.  
  8. 24/04/92: version 1.01
  9.   Bugs fixed:
  10.   - Error with no slash between path name and file name after "Add files..."
  11.     fixed.
  12.   - If CVT: was not assigned, an ugly system requester appeared. Now "Convert"
  13.     checks if CVT: exists. If not, "Convert" continues normally.
  14.   - If a source file could not be found, a fatal error occurred. Now "Convert"
  15.     continues the conversion after showing a requester.
  16.   Added:
  17.   - If CVT: was not assigned, the current directory is examined for conversion
  18.     descriptions. If there still cannot be found any description, "Convert"
  19.     terminates.
  20.   - Appearance of "Source file list" improved. File names are not displayed
  21.     with their full path name any more (one exception: if the pure file name
  22.     exists in the list, the equal file names are extended to their full name.
  23.     So the two files can be distinguished).
  24.  
  25. 29/05/92: version 1.02
  26.   OS 2.0 compatibility improved:
  27.   - "Convert" now checks the existence of the logical device "CVT:" in a way
  28.     which  is safe for multitasking. This is done using arp.library functions
  29.     like "AddDADevs" etc.. The hack in version 1.01 which examines DosBase
  30.     directly did not work with OS 2.0.
  31.     Now "Convert" should work with OS 2.0 without problems (but still with
  32.     intuisup.library !).
  33.  
  34. 02/06/92:
  35.   OS 2.0 compatibility improved again :-) :
  36.   - "Convert" now opens a CON: window instead a NEWCON: (!) window for its
  37.     conversion trace (aargh !).
  38.  
  39. 25/06/92: version 1.03
  40.   User interface improved:
  41.   - shortcuts for button commands
  42.   - name of current conversion description shown in title bar of trace window
  43.   IntuiSup.library 4.2 supported.
  44.  
  45. 10/07/92: version 1.10
  46.   User interface improved:
  47.   - selection possibility in both lists (elimination of string gadget)
  48.   - "Remove" button added
  49.   Conversion philosophy improved:
  50.   - The date of a converted file remains unchanged, since only the structure
  51.     of the file should change.
  52.  
  53. 28/07/92:
  54.   Bug fixed:
  55.   - Keeping old file date did not work with file in subdirectories
  56.     (what else do you expect, when you use the ACTION_SETDATE handler command,
  57.     which is NOT documented at all !!!)
  58.   Use interface improved:
  59.   - When starting from Workbench, no console window is opened any more
  60.   - Fatal errors are reported using an alert - not as output into the current
  61.     shell (as a consequence from the 1st improvement ;-) ).
  62.  
  63. 31/07/92: version 1.11
  64.   Data security improved:
  65.   - Before deleting the original file, a temporary file is created which will
  66.     be renamed to the original name.
  67.  
  68. 31/08/92: version 1.12
  69.   Bug with reqtools.library v38.362 fixed:
  70.   - If directory is string empty, then no '/' is pretended.
  71.  
  72. 03/10/92: version 1.2
  73.   Improved:
  74.   - "Add files..." requester remembers last chosen directory
  75.   Added:
  76.   - number of items in source file list is displayed below the list
  77.   - Target directory option added. If you specify a target directory,
  78.     "Convert" will not replace the original file, but write the converted
  79.     version to the specified directory.
  80.   Shell version of "Convert" named "Cvt" included:
  81.   - same functionality due to various specification possibilities
  82.   - supports C= wildcards
  83.  
  84. 24/02/93-03/03/93: version 2.0
  85.   Improved:
  86.   - "OS 1.3 features" removed. No need for arp.library & intuisup.library.
  87.     Works with OS 2.04+ only.
  88.   - Improved input language.
  89.   - Minor cosmetics (window centering, error messages, current font,...).
  90.   Bug fixed:
  91.   - Creating temporary file did not work on 68040 machines.
  92.   Documentation:
  93.   - Reread & rewritten.
  94.   - Version as Postscript source provided.
  95.  
  96. 22/11/93: version 2.01
  97.   Improved:
  98.   - version string added to WB and shell version.
  99.   Bugs fixed:
  100.   - unnecessary MEMF_FAST allocations removed to work also with "CHIPMEM-only"
  101.     machines.
  102.   - fatal error handler in "Cvt" caused a crash (intuition.library not open).
  103.